home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / graphics / animatic.arc / BASICLBF.SCF < prev    next >
Text File  |  1985-05-29  |  2KB  |  34 lines

  1. #
  2. #   This is an example source code format used by The Sourcerer.
  3. #   This format creates BASIC source code with line numbers.
  4. #
  5. #   Macros for The Sourcerer start with a backslash \ character.
  6. #   The | character tells The Sourcerer where it can break the line.
  7. #   Comments start with the # character and go to the end of the line.
  8. #
  9. \title    # The title gets put in The Sourcerer's "Formats" menu.
  10. BASIC (line numbers) by frame
  11. \info     # The info lines get put in an alert box to the user.
  12. BASIC with line numbers by frame
  13.  
  14. The counter is used for line numbers.
  15. \header   # The header section gets written once at the beginning.
  16. \counter REM * Image data for Animatic film "\name".
  17. \counter REM * This film consists of \nframes frames.
  18. \counter REM * Each frame is \width pixels wide and \height pixels tall.
  19. \counter REM *
  20. \counter REM * The palette for this film is as follows (hex values):
  21. \counter REM *
  22. \counter REM * \palette
  23. \counter REM *
  24. \fheader  # The frame header gets written at the beginning of each frame.
  25. \counter REM * Frame \frame:
  26. \repeat   # The repeated section gets written over and over for each frame.
  27. \counter DATA \ubyte|,\ubyte|,\ubyte|,\ubyte|,\ubyte|,\ubyte|,\ubyte|,\ubyte|,\ubyte|,\ubyte|,\ubyte|,\ubyte|,\ubyte|,\ubyte|,\ubyte|,\ubyte|
  28. \fclosing # The frame closing gets written at the end of each frame.
  29. \counter REM * End of frame \frame.
  30. \closing  # The closing gets written at the end instead of the frame closing.
  31. \counter REM *
  32. \counter REM * End of image data for "\name".
  33.  
  34.